UCF STIG Viewer Logo

The operating system must reveal error messages only to authorized personnel.


Overview

Finding ID Version Rule ID IA Controls Severity
V-48033 SOL-11.1-070240 SV-60905r2_rule Low
Description
Proper file permissions and ownership ensures that only designated personnel in the organization can access error messages.
STIG Date
Solaris 11 SPARC Security Technical Implementation Guide 2017-04-28

Details

Check Text ( None )
None
Fix Text (F-51645r2_fix)
The root role is required.

Change the permissions and owner on the /var/adm/messages file:

# chmod 640 /var/adm/messages
# chown root /var/adm/messages
# chgrp root /var/adm/messages

Change the permissions and owner on the /var/adm directory:

# chmod 750 /var/adm
# chown root /var/adm
# chgrp sys /var/adm